Method CreateWithMetadata<TProps>(TProps, long, string?, long?, long?, long?)
Create object with full manual initialization of all fields
public static RedbObject<TProps> CreateWithMetadata<TProps>(TProps properties, long schemeId, string? name = null, long? parentId = null, long? ownerId = null, long? whoChangeId = null) where TProps : class, new()